home *** CD-ROM | disk | FTP | other *** search
- --- ./ltmain.sh Mon Mar 25 11:45:29 2002
- +++ ../imlib-1.9.14/./ltmain.sh Sat Jun 22 12:40:27 2002
- @@ -61,7 +61,7 @@
- default_mode=
- help="Try \`$progname --help' for more information."
- magic="%%%MAGIC variable%%%"
- -mkdir="mkdir"
- +mkdir="mkdir -p"
- mv="mv -f"
- rm="rm -f"
-
- @@ -2321,9 +2321,8 @@
- nonstopux) verstring_prefix=nonstopux ;;
- *) verstring_prefix=sgi ;;
- esac
- - verstring="$verstring_prefix$major.$revision"
- -
- major=`expr $current - $age + 1`
- + verstring="$verstring_prefix$major.$revision"
-
- # Add in all the interfaces that we are compatible with.
- loop=$revision
-